home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / a_man / cat1 / renice.z / renice
Encoding:
Text File  |  2002-10-03  |  3.6 KB  |  133 lines

  1.  
  2.  
  3.  
  4. rrrreeeennnniiiicccceeee((((1111MMMM))))                                                          rrrreeeennnniiiicccceeee((((1111MMMM))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      renice - alter priority of running processes
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ////eeeettttcccc////rrrreeeennnniiiicccceeee [ ----nnnn increment | priority ] [ [ ----pppp ] pid ... ]
  13.           [ [ ----gggg ] pgrp ... ] [ [ ----uuuu ] user ... ]
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      _r_e_n_i_c_e alters the scheduling priority of one or more running processes.
  17.      _r_e_n_i_c_e'ing a process group causes all processes in the process group to
  18.      have their scheduling priority altered.  _r_e_n_i_c_e'ing a user causes all
  19.      processes owned by the user to have their scheduling priority altered.
  20.  
  21.      The ----nnnn _i_n_c_r_e_m_e_n_t specifies how the system scheduling priority of the
  22.      specified process(es) is to be adjusted.  The _i_n_c_r_e_m_e_n_t option-argument
  23.      is a positive or negative decimal integer that is used to modify the
  24.      system scheduling priority of the specified process(es).  The _p_r_i_o_r_i_t_y
  25.      value is taken as the actual system scheduling priority, rather than as
  26.      an increment to the existing scheduling priority.
  27.  
  28.      The parameters are interpreted as process ID's, process group ID's, or
  29.      user names as follows.  By default, the processes to be affected are
  30.      specified by their process ID's.  To force parameters to be interpreted
  31.      as process group ID's, the ----gggg option can be used.  To force the
  32.      parameters to be interpreted as user names, the ----uuuu option can be used.
  33.      Supplying ----pppp resets interpretation to be (the default) process ID's.  For
  34.      example,
  35.  
  36.           _////_eeee_tttt_cccc_////_rrrr_eeee_nnnn_iiii_cccc_eeee _++++_1111 _9999_8888_7777 _----_uuuu _dddd_aaaa_eeee_mmmm_oooo_nnnn _rrrr_oooo_oooo_tttt _----_pppp _3333_2222
  37.  
  38.      changes the priority of process ID's 987 and 32, and all processes owned
  39.      by users daemon and root.
  40.  
  41.      Users other than the superuser can only alter the priority of processes
  42.      they own and can only monotonically increase their ``nice value'' within
  43.      the range 0 to PRIO_MAX (20).  (This prevents overriding administrative
  44.      fiats.)  The superuser can alter the priority of any process and set the
  45.      priority to any value in the range PRIO_MIN (-20) to PRIO_MAX.  Useful
  46.      priorities are:
  47.  
  48.      20   The affected processes run only when nothing else in the system
  49.           wants to.
  50.  
  51.      0    The ``base'' scheduling priority.
  52.  
  53.      anything negative
  54.           Make things go very fast.
  55.  
  56. FFFFIIIILLLLEEEESSSS
  57.      /etc/passwd     to map user names to user ID's
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. rrrreeeennnniiiicccceeee((((1111MMMM))))                                                          rrrreeeennnniiiicccceeee((((1111MMMM))))
  71.  
  72.  
  73.  
  74. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  75.      getpriority(2), setpriority(2).
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.